Posts tagged Code Snippet
PermalinkShowing 5 posts tagged Code Snippet
- How to find out when a Linux filesystem was created
1 min read
If you want to find out when a Linux filesystem was created, the tune2fs command will give you this information, along with many more details.
- Create a custom entity in Home Assistant to detect your public IP address and any changes to it
3 min read
When having a dynamic IP address that can change without you noticing, it can be handy to have a sensor you can add to your Home Assistant that shows the current IP and can be automated to send you notifications when it changes.
- How to resolve Git error insufficient permission for adding an object to repository database
1 min read
When working on a GitHub repo from different Linux hosts, I encountered an "insufficient permission" error when using git commands. Here is the solution that worked for me from StackOverflow.
- How to autologin on Ubuntu and go straight to terminal
1 min read
Configure an Ubuntu machine to autologin and go straight into the terminal on boot.
- How to copy SSH Keys between different hosts
1 min read
How to copy SSH keys between Linux hosts and from Windows to Linux.